home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / ascdraw.lzh / ASCDRAW / ASCFONT / ASCFONT.TXT < prev    next >
Text File  |  1994-02-04  |  2KB  |  62 lines

  1.  
  2. ASCII-FONT
  3. ==========
  4.  
  5.  
  6. Lets you to make texts out of letters made of characters.
  7. These character letters are in file font.asc, which is read
  8. at startup.
  9.  
  10. After loading an font.asc, program asks for character spacing
  11. (how many spaces are left between letters).
  12.  
  13. Then you just write the text you want and result is shown on
  14. screen. Results (and _only_ results) can be redirected also
  15. to a file, with a shell or any other program capable of this.
  16.  
  17. There are two example fonts with this program (they take nearly
  18. as much time as the program itself), I hope you'll like them.
  19.  
  20.  
  21.  
  22. Font file sructure:
  23.  
  24. File has to start with word 'Font:'. You should put on first line
  25. some info, because it's shown when font is loading. Second line
  26. contains a number of rows _every_ letter takes up (all letters
  27. must occupy this number of rows). Third row contains all characters,
  28. that have been converted to ascii in same order as they are later
  29. in font file. Character definition ends with space ' '. Letter
  30. definitions start from fourth row and they are all alike:
  31. First row announces the width to be used by font (in cursive
  32. style less than the actual size of the letter). Next rows define
  33. the letter.
  34.  
  35.  
  36.  
  37. I will gladly accept additional fonts and they will be added to the
  38. next distributions. You might for example try doing some fonts
  39. with my Ansidraw. 20x20 ansifont would be nice...
  40.  
  41. Draw a rough picture of a letter with brush in a paintprogram,
  42. convert pic to a ansitext, load it up to ansidraw for fine-
  43. tuning, add width info, save, do all other letters, concatenate
  44. to a single file, add rest of the info, save and voila...
  45. The Most Impressive (PC-ansi) Ascii Font Ever :-)
  46.  
  47. Btw. You can also use invert on/off ESC codes, or any other
  48. two character code, which doesn't move cursor (colors etc.).
  49.  
  50.  
  51.  
  52. PS. My studing has suffered to some extent by my programming, so every
  53. compensation (money, postcards etc. :) is wellcome.
  54.  
  55.  
  56.  
  57.     Eero Tamminen        E-mail: t150315@cc.tut.fi
  58.     Sahantie 2
  59.     23600 Kalanti
  60.     FINLAND
  61.  
  62.